type testing.benchContext

4 uses

	testing (current package)
		benchmark.go#L97: 	context          *benchContext
		benchmark.go#L502: type benchContext struct {
		benchmark.go#L527: 	ctx := &benchContext{
		benchmark.go#L564: func (ctx *benchContext) processBench(b *B) {